Introduction to Deep Learning with Tensor flow

by: Quratus, 7 years ago


Hello,

some starting probs.

the

result = x1 * x2
is working

result = tf.mul(x1, x2)

gives me AttributError : modul "tensorflow" has no attribut "mul"

?

Thanks

Best Regards from Colonge
B.K.





You must be logged in to post. Please login or register an account.